home *** CD-ROM | disk | FTP | other *** search
/ Exame Informatica 142 / Exame Informatica 142.iso / Programas / Cerberus / CerberusSetup.exe / CerberusNET.exe / 0 / RCDATA / TFRMABOUT / TFRMABOUT.txt < prev   
Encoding:
Text File  |  2006-01-30  |  1.4 KB  |  76 lines

  1. object frmAbout: TfrmAbout
  2.   Left = 434
  3.   Top = 302
  4.   BorderStyle = bsNone
  5.   Caption = 'frmAbout'
  6.   ClientHeight = 244
  7.   ClientWidth = 376
  8.   Color = clWhite
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Image1: TImage
  18.     Left = 64
  19.     Top = 8
  20.     Width = 219
  21.     Height = 49
  22.     AutoSize = True
  23.     Picture.Data = {<image000.bmp>}
  24.   end
  25.   object Image2: TImage
  26.     Left = 8
  27.     Top = 8
  28.     Width = 47
  29.     Height = 49
  30.     AutoSize = True
  31.     Picture.Data = {<image001.bmp>}
  32.   end
  33.   object Label1: TLabel
  34.     Left = 156
  35.     Top = 8
  36.     Width = 22
  37.     Height = 13
  38.     Caption = 'NET'
  39.   end
  40.   object Label2: TLabel
  41.     Left = 8
  42.     Top = 64
  43.     Width = 133
  44.     Height = 13
  45.     Caption = '(c) Paul Alan Freshney 2005'
  46.   end
  47.   object SpeedButton1: TSpeedButton
  48.     Left = 312
  49.     Top = 208
  50.     Width = 57
  51.     Height = 25
  52.     Caption = '&Close'
  53.     OnClick = SpeedButton1Click
  54.   end
  55.   object Bevel1: TBevel
  56.     Left = 8
  57.     Top = 88
  58.     Width = 361
  59.     Height = 4
  60.     Shape = bsTopLine
  61.   end
  62.   object Label3: TLabel
  63.     Left = 8
  64.     Top = 96
  65.     Width = 68
  66.     Height = 13
  67.     Caption = 'June 9th 2005'
  68.     Font.Charset = DEFAULT_CHARSET
  69.     Font.Color = 12394249
  70.     Font.Height = -11
  71.     Font.Name = 'MS Sans Serif'
  72.     Font.Style = []
  73.     ParentFont = False
  74.   end
  75. end
  76.